home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / CATALOGO.DIR / 00016.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  141 b   |  9 lines

  1. on mouseDown
  2.   repeat with r = 34 down to 30
  3.     puppetSprite(r, 0)
  4.     if the clickOn = r then
  5.       go(r + 30)
  6.     end if
  7.   end repeat
  8. end
  9.